Link to this headingHooking
Link to this headingDebugging
Link to this headingFrida
Frida Flags:
-U: use frida over USB for use with-H 127.0.0.1: use frida to connect to a server on a port. This must be used withfrida-server -H 0.0.0.0-f: run the application and pause the application. Use com.example.application.name--no-pause: with the-fparameter but don’t pause the application-p: attach to running with process id-n Name: attach to process with name-l SCRIPT: add a JavaScript file to the application.-o Output_file: Specify log file
Other Frida Programs:
# Connect Frida to an iPad over USB and list running processes
# List running applications
# List installed applications
# Connect Frida to the specific device
# Trace recv* and send* APIs in Safari
# Trace ObjC method calls in Safari
# Launch SnapChat on your iPhone and trace crypto API calls
#Frida trace every open function while program start
Launch Application through USB. Attach a script to be run on startup and log output to file:
>>> frida
Attach to running Application through USB. Attach a script to be run on startup and log output to file:
>>> frida